ANATIVEACTIVITY_SHOW_SOFT_INPUT_IMPLICIT

Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager API for documentation.

Values

ValueMeaning
ANATIVEACTIVITY_SHOW_SOFT_INPUT_IMPLICIT0x0001

Implicit request to show the input window, not as the result of a direct request by the user.

ANATIVEACTIVITY_SHOW_SOFT_INPUT_FORCED0x0002

The user has forced the input method open (such as by long-pressing menu) so it should not be closed until they explicitly do so.

Meta